home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Development Kits / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / card_9981.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  747 b   |  36 lines

  1. -- card: 9981 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Function:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. HMSToTicks()
  15.  
  16. -- part contents for background part 2
  17. ----- text -----
  18. Converts from hour-minute-seconds to ticks.
  19.  
  20. -- part contents for background part 3
  21. ----- text -----
  22. hms
  23.  
  24.  
  25. Returns:
  26.  
  27. -- part contents for background part 7
  28. ----- text -----
  29. a time in the form HHMMSS, where HH is the hour, MM is the minute, and SS is the seconds.
  30.  
  31. the same time in 1/60ths of a second.
  32.  
  33. -- part contents for background part 4
  34. ----- text -----
  35. This function converts from time as hour-minute-seconds to time as 1/60ths of a second (ticks).
  36.